home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  2006-11-06  |  1KB  |  72 lines

  1. object Splash: TSplash
  2.   Left = -800
  3.   Top = 392
  4.   AlphaBlendValue = 220
  5.   Anchors = []
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'Splash'
  9.   ClientHeight = 277
  10.   ClientWidth = 410
  11.   Color = clWhite
  12.   TransparentColorValue = clFuchsia
  13.   Enabled = False
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   OldCreateOrder = False
  21.   Position = poScreenCenter
  22.   Visible = True
  23.   OnCreate = FormCreate
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object imgSplash: TJvImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 410
  31.     Height = 277
  32.     Align = alClient
  33.     Transparent = True
  34.     ExplicitLeft = 256
  35.     ExplicitTop = 56
  36.   end
  37.   object lblVersion: TLabel
  38.     Left = 244
  39.     Top = 206
  40.     Width = 107
  41.     Height = 13
  42.     Caption = 'Version: 4.X.X.X Alpha'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object lblCompany: TLabel
  52.     Left = 20
  53.     Top = 206
  54.     Width = 146
  55.     Height = 13
  56.     Caption = 'Patented by Bytek Systems AB'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWhite
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object tmClose: TTimer
  66.     Interval = 5000
  67.     OnTimer = tmCloseTimer
  68.     Left = 80
  69.     Top = 76
  70.   end
  71. end
  72.